From: Glenn Morris Date: Sun, 9 Jun 2013 10:19:08 +0000 (-0400) Subject: Auto-commit of generated files. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3615^2~29 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7cee6e79fd98257648b3c8d4254b64dcef067ab8;p=emacs.git Auto-commit of generated files. --- diff --git a/autogen/configure b/autogen/configure index 628a856f672..cc2fafb3803 100755 --- a/autogen/configure +++ b/autogen/configure @@ -12032,7 +12032,9 @@ if test "${with_file_notification}" = "yes"; then if test "${opsys}" = "mingw32"; then with_file_notification=w32 else - with_file_notification=gfile + if test "${with_ns}" != yes; then + with_file_notification=gfile + fi fi fi @@ -16197,7 +16199,9 @@ if test "${links_glib}" = "yes"; then $as_echo "#define HAVE_GLIB 1" >>confdefs.h - XGSELOBJ=xgselect.o + if test "$HAVE_NS" = no;then + XGSELOBJ=xgselect.o + fi fi